home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3b.dir / 00028_Script_28 < prev    next >
Text File  |  1994-11-28  |  366b  |  17 lines

  1. on enterframe
  2.   global pnt,lcl,rcl,ucl,dcl
  3.   
  4.   unLoadCast
  5.   
  6.   set the cursor of sprite 2 to pnt
  7.   set the cursor of sprite 3 to pnt
  8.   set the cursor of sprite 4 to pnt
  9.   set the cursor of sprite 5 to rcl
  10.   set the cursor of sprite 6 to lcl
  11.   set the cursor of sprite 7 to ucl
  12.   set the cursor of sprite 23 to pnt
  13.   
  14.   updateStage
  15.   
  16. end enterframe
  17.